'Declaration
<NotNullAttribute()> Public ReadOnly Property AttributeArguments As UAAttributeArguments
'Usage
Dim instance As UAWriteValueObserver(Of TValue) Dim value As UAAttributeArguments value = instance.AttributeArguments
[NotNull()] public UAAttributeArguments AttributeArguments {get;}
[NotNull()] public: property UAAttributeArguments^ AttributeArguments { UAAttributeArguments^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).